home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista do CD-ROM 102
/
CD-ROM 102.iso
/
aplic
/
2sync
/
2SyncSetup.exe
/
modules
/
mc
/
panel
/
scripts
/
DefineButton2_72
/
BUTTONCONDACTION on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-03-20
|
355 b
|
13 lines
on(press){
set("_level40/sound/lib:sound","205");
call("_level40/sound/lib:play");
set("../:telClicked",localPhoneType);
setProperty("../phoneTypePopup", _visible, "1");
setProperty("../phoneTypePopup", _X, _X);
setProperty("../phoneTypePopup", _Y, _Y - "20");
tellTarget("_level50")
{
gotoAndStop("off");
}
}